home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
MISCEOUS
/
DISKZINE.LZH
/
SWSTORY.BAT
< prev
next >
Wrap
DOS Batch File
|
1988-07-31
|
862b
|
42 lines
echo off
rem swstory.bat
:begin
cls
echo Alternate Dimensions of Reality
echo issue one
echo .
echo Star Wars Story Menu
echo .
echo F1 - A Harbinger of Tragedy
echo Patricia McKnight
echo .
echo F2 - Necessities of Life
echo Lynn Colemann
echo .
echo F3 - Heritage
echo Leah Parker
echo .
funky/ldl/ enter choice or ESC to return to story menu
if not errorlevel 1 goto esc
if not errorlevel 59 goto begin
if errorlevel 62 goto begin
if errorlevel 61 goto f3_typed
if errorlevel 60 goto f2_typed
cls
more < hartdgy.doc
pause
goto begin
:f2_typed
cls
more < imppaper.doc
pause
goto begin
:f3_typed
cls
more < heritage.doc
pause
goto begin
:esc
stories